curl --request POST \
--url https://api.wachap.com/v1/whatsapp/status/post \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"accountId": "<string>",
"type": "text",
"content": "<string>",
"imageUrl": "<string>",
"videoUrl": "<string>",
"backgroundColor": "<string>",
"font": 123,
"privacyType": "<string>"
}
'