username:password
Authorization: Basic *****************
{
"note": "I am ok with the refund offered."
}
curl --location -g --request POST 'https://api-m.sandbox.paypal.com/v1/customer/disputes/{{dispute_id}}/accept-offer' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"note": "I am ok with the refund offered."
}'
{
"error": "invalid_token",
"error_description": "Token signature verification failed"
}