Update Profile
Update Profile API
- Update User Profile. Allows users to update their profile information (name, email, and phone number)
Request Body |
---|
name string |
last_name string |
birthdate string |
Responses |
---|
200 Successful response |
Request Body |
---|
name string |
last_name string |
birthdate string |
Responses |
---|
200 Successful response |
POST /customer/profile/edit
https://docapi.withsupercommerce.com/api
curl -L -X POST 'https://docapi.withsupercommerce.com/api/customer/profile/edit' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'