curl --request POST \
--url https://api.example.com/bulk-transfers/transfers \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url https://api.example.com/bulk-transfers/transfers \
--header 'Content-Type: application/json' \
--data '{}'{}Add transfers params
The body is of type object.
Add transfers response
The response is of type object.