username:password
Authorization: Basic *****************
{
"reason": "Item out of stock"
}
curl --location -g --request POST 'https://api-m.sandbox.paypal.com/v1/billing/subscriptions/{{subscription_id}}/cancel' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"reason": "Item out of stock"
}'
{}