post https://us-central1-readysandbox.cloudfunctions.net/currency-getProjectCurrencies
Log in to see full request history
Responses
500Internal server error
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/currency-getProjectCurrencies \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"currencies": [
{
"appIds": [
"string"
],
"name": "string",
"quantity": 0
}
]
}