curl --request POST \
--url https://api-lr.agent.ai/v1/action/rest_call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://api.example.com/data",
"method": "POST",
"body": "<string>",
"headers": {}
}
'