Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "string",
"slug": "string",
"password": "string",
"business_type": "individual",
"id_number": "string",
"tax_code": "stringstri",
"phone_number": "string",
"business_license": "string",
"register_code": "string"
}
Request Code Samples
curl --location --request POST 'http://petfen-account.local.com:8081/api/v1/seller/create-shop' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"slug": "string",
"password": "string",
"business_type": "individual",
"id_number": "string",
"tax_code": "stringstri",
"phone_number": "string",
"business_license": "string",
"register_code": "string"
}'
Responses
application/json Modified at 2025-09-16 04:30:57