POST
/v1/auth/updateCredit
curl \
--request POST 'https://api.brease.run/v1/auth/updateCredit' \
--header "Content-Type: application/json" \
--data '{"rootKey":"string","targetKey":"string","operation":"string","value":"string"}'
Request examples
{
"rootKey": "string",
"targetKey": "string",
"operation": "string",
"value": "string"
}
Response examples (200)
{}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
{
"@type": "string"
}
]
}