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