POST
/
user
/
upgrade
curl --request POST \
  --url http://localhost:8000/user/upgrade \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Headers

authorization
string

Query Parameters

user_id
string
required
tier
string
required

Body

application/json ยท object | null

Response

200
application/json
Successful Response

The response is of type object.