Authorization: Bearer ********************
{
"amount": 10,
"configuration" : "DEFAULT"
}
curl --location --request PATCH '/api/v0/enkash-coins/WCC12345' \
--header 'Cookie: _cfuvid=HYP8bzh65tyJdOQA3SszmnkR5ESGtAs.KQDRP5INTTg-1720761030734-0.0.1.1-604800000; JSESSIONID=2965781B20AA96A7AA6BF5631B3BBDD8' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10,
"configuration" : "DEFAULT"
}'
{"payload":{"coinConfigId":"WCC024845","configuration":"DEFAULT","event":"INVOICE_PAYMENT","amount":10},"response_code":0,"response_message":"Success"}