PUT
/api/users/me/profile
This endpoint allows you to update or replace users me/profile.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| payload | body (JSON) | Yes |
Example Request
cURL
curl -X PUT https://api.basebrick.com/api/users/me/profile \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'