post https://us-central1-readysandbox.cloudfunctions.net/currency-addRGNCoin
Log in to see full request history
Responses
403Permission denied
409Conflict, purchase already exists
410Resource not found
500Internal server error
403Permission denied
409Conflict, purchase already exists
410Resource not found
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/currency-addRGNCoin \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"userCurrencies": [
{
"appIds": [
"string"
],
"name": "string",
"quantity": 0
}
]
}