Authorization: Bearer ********************
{
"currency": {
"name": "string",
"symbol": "string"
},
"amount": 0
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/organization//update/platform-credits' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": {
"name": "string",
"symbol": "string"
},
"amount": 0
}'