Authorization: ********************
curl --location --request POST 'https://test.your-api-server.com/fingateapi/ShoppingCredit/Refund' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 0, "paymentId": "string" }'