curl --request POST \
--url http://localhost:3000/api/business-profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"messaging_product": "<string>",
"about": "<string>",
"address": "<string>",
"description": "<string>",
"email": "<string>",
"websites": [
{}
],
"vertical": "<string>"
}
'