Authorization: Bearer ********************curl --location --request POST '/admin/create-business' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 150,
"businessName": "Art Business",
"businessType": 4,
"businessCountry": "Nigeria (NGN)"
}'{
"success": true,
"message": "Business created successfully !",
"data": {
"name": "Lola Business Clone",
"business_type_id": 1,
"country": "NGN",
"user_id": 1,
"created_at": "2023-10-08T17:02:55.204+01:00",
"updated_at": "2023-10-08T17:02:55.204+01:00",
"id": "1761"
}
}