curl --location -g --request POST 'https://api.ebay.com{basePath}/payment_dispute//contest' \
--header 'Content-Type: application/json' \
--data-raw '{
"returnAddress": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"county": "string",
"fullName": "string",
"postalCode": "string",
"primaryPhone": {
"countryCode": "string",
"number": "string"
},
"stateOrProvince": "string"
},
"revision": 0
}'
{}