Update a user
Update a user with the provided details.
PATCH /api/v1/integrations/user/
Headers
Name | Value |
---|---|
Authorization | Bearer Access Token |
Content-Type | application/json |
Query Parameters
Response
{
"success": true,
"message": "Successfully updated user",
"data": {}
}