Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"id": 1,
"slug": "cua-hng-thu-cung"
}
Request Code Samples
curl --location --request POST 'http://petfen-account.local.com:8081/api/v1/shop/follow' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"slug": "cua-hng-thu-cung"
}'
Responses
application/json Modified at 2025-10-07 07:58:01