Update
Update user data
PUT
/auth-service/v1/user
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
name
string
Name of the user
first_name
string
First name
last_name
string
Last name
birth_date
string
Date of birth (2025-01-01)
gender_type
string
Gender (Male, Female, Other)
country_id
number
Country Id
city
string
City
state
string
State
zip
string
Zip
address
string
Address
Response
Last updated