curl --request POST \
--url https://v1.orchestrator.rhinestone.dev/withdrawals \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account": "<string>",
"chainId": 123,
"tokenAddress": "<string>",
"amount": 123,
"recipient": "<string>"
}
'