For those data fields not in the Body Params Part, feel free to add them under "variables" and notify us.
{
"caller_id": "+16501231234",
"client_name": "Alex",
"variables": {
"debt_amount": "7500"
}
}
curl --location -g --request POST 'https://flex-route-ia.airudder.com/api/push/{{your_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"caller_id": "+16501231234",
"client_name": "Alex",
"variables": {
"debt_amount": "7500"
}
}'
{
"code": 200,
"message": "success",
"show_err": false,
"timestamp": 1695063081,
"body": {},
"trace_id": "132e05f754c34addb7a3f451b420e85b"
}