/v1/payouts/add
free
fiat
native
stablecoin
curl -L \ --request POST \ --url '/v1/payouts/add' \ --header 'Authorization: Bearer Bearer' \ --header 'Content-Type: application/json' \ --data '{"name":"text","fiatDetails":{"provider":"text","paymentProviderId":"text"},"stablecoinDetails":{"blockchainId":"text","tokenId":"text","spender":"text"},"nativeDetails":{"blockchainId":"text"},"type":"free"}'
No body