Credit grant
Allocate credits to an account.
patch/users
Request body
Example request
{
"email": "user@example.com",
"amount": 1000
}Response
The updated account credits.
Example response
{
"email": "user@example.com",
"credits": 1000
}Allocate credits to an account.
{
"email": "user@example.com",
"amount": 1000
}The updated account credits.
{
"email": "user@example.com",
"credits": 1000
}