curl --location --request PUT 'https://mock.apidog.com/m1/1212435-0-default/api/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sara Ahmed",
}'{
"isSuccess": true,
"data": {
"id": "adfa1fe2-3a94-4b16-b934-4035953c4075",
"name": "Luis Kling",
"email": "Chaz89@yahoo.com",
"jobTitle": "Bussiness Analyst.",
"avatarUrl": "https://hospitable-plastic.net/",
"createdAt": "2026-04-28T18:07:48.815Z"
},
"message": "Profile Updated Successfully",
"statusCode": 200,
"errors": []
}