{
"app_key": "string",
"increment": 0
}curl --location --request POST '/v1/users/app_key/quota/increment' \
--header 'app-key: {{app-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "string",
"increment": 0
}'{}