curl --request PATCH \
--url https://api.afficone.com/v1/payouts \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"paid": true,
"details": "<string>"
}'
curl --request PATCH \
--url https://api.afficone.com/v1/payouts \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"paid": true,
"details": "<string>"
}'
OK
Was this page helpful?