My Profile
Last updated
Last updated
This endpoint retrieves the profile details of the authenticated user.
Bearer token for authentication.
{"status":1,"message":"Successfully got the profile"}
Successfully retrieved the user profile
This endpoint allows the authenticated user to edit their profile details.
Bearer token for authentication.
john_doe
+1234567890
john.doe@example.com
123 Main St, Springfield
http://example.com/avatar.jpg
{"status":1,"message":"Successfully updated the profile"}
Successfully updated the user profile
This endpoint allows the authenticated user to change their password.
Bearer token for authentication.
fsdfsfs43543
Picco123@
{"status":1,"message":"Password successfully changed"}
Password successfully changed