curl --request POST \
--url https://api.example.com/payouts \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url https://api.example.com/payouts \
--header 'Content-Type: application/json' \
--data '{}'{}Initiate payout params
The body is of type object.
Payout initiated response
The response is of type object.