curl --location --request POST 'http://localhost:3000/api/admin/vendors' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string",
"roleType": true,
"isActive": true,
"imgUrl": "string"
}'
{
"responseMessage": [
"string"
],
"responseCode": "string",
"responseData": {
"vendor": {}
}
}