post https://api.sandbox.mozaic.io/api/payment-pushes/fees
Response
xxxxxxxxxx
curl --request POST \
--url https://api.sandbox.mozaic.io/api/payment-pushes/fees \
--header 'accept: application/json' \
--header 'content-type: application/*+json' \
--data '
{
"fee_direction": "default"
}
'