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