(#100) POST request should not contain any query params. Please make sure all the required params are in the POST request body.
in template i pass 5 paramters 4 in body and 1 in footer
and i pass this { "messaging_product": "whatsapp", "to": "923453227128", "type": "template", "template": { "name": "orderconfimation", "language": { "code": "en" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "Abdul" }, { "type": "text", "text": "10202" }, { "type": "text", "text": "23-02-2024" }, { "type": "text", "text": "400.00" }, { "type": "text", "text": "https://abc.com/10202" } ] } ] } }
it return with error "error": { "message": "(#100) POST request should not contain any query params. Please make sure all the required params are in the POST request body.", "type": "OAuthException", "code": 100, "fbtrace_id": "Ah3WO450mu4AjaF8RswI-Ja" } is there any support or documentation