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