cURL
curl --request PATCH \ --url https://api.engagefabric.com/auth/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "John Doe", "avatarUrl": "https://example.com/avatar.jpg" } '
Updates the authenticated user profile information
JWT token for admin console authentication
User full name
2 - 255
"John Doe"
Avatar URL
500
"https://example.com/avatar.jpg"
Profile updated successfully