📣 this endpoint updates authenticated user data . In this POST request , updated data has to be provited in the payload.✳ list of POST payload data parameters
first_name = first name of user
last_name = updated last name of the user
user_name = updated user name of the user
phone = updated phone number
company_name = updated company name
type = updated account type of user
country = updated country name of user
📢 Info message : Here URL is contructed likePOST/v1/me/update
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.