{
"name": "Delicious Delights",
"tagline": "Your favorite local eats has been updated!"
}
curl --location --request PATCH '/vendors/a0d32ec9-6360-4a6b-afa4-c889f0fcbd53' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmNjU2NmYzNi1hOTRhLTQ5Y2UtODJkOS0wNTgzNzYzOGEyNjYiLCJyb2xlIjoidmVuZG9yIiwiaWF0IjoxNzQzNDIyOTczLCJleHAiOjE3NDYwMTQ5NzN9.GyanpimdBjlaJwNbDkST7ycEvo1Wsi9XhMD3qROIWyQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Delicious Delights",
"tagline": "Your favorite local eats has been updated!"
}'
{
"id": "string",
"userId": "string",
"name": "string",
"tagline": "string",
"details": "string",
"image": "string",
"address": "string",
"longitude": 0,
"latitude": 0,
"isVerified": true,
"meta": null,
"createdAt": "string",
"updatedAt": "string"
}