curl --location --request POST 'https://api.sendzen.io/v1//whatsapp_business_profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"about": "string",
"description": "string",
"address": "string",
"email": "string",
"websites": [
"string"
],
"messaging_product": "string",
"vertical": "string",
"profile_picture_handle": "string"
}'{
"message": "string",
"data": null
}