curl --location --request POST 'https://api.softservv.co/whatsapp-accounts//embed-token/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'embed_code='{
"status": "Success",
"data": {
"token": "string",
"date_created": "2025-05-15 09:59:00",
"date_expires": "2025-05-16 09:59:00"
}
}