{
"caller_id": "16501231234",
"first_name": "Alex",
"variables": {
"debt_value": "5000.0"
}
}
curl --location --request POST 'https://flex-route-ia.airudder.com/api/push/talmarket/2OD3oNe4srcWA9xEz5wyEA_debt_consolidation' \
--header 'Content-Type: application/json' \
--data-raw '{
"caller_id": "16501231234",
"first_name": "Alex",
"variables": {
"debt_value": "5000.0"
}
}'
{
"code": 200,
"message": "success",
"show_err": false,
"timestamp": 1683135757,
"body": {},
"trace_id": "4a1986b786e944dcb7ce97f455d39743"
}