Authorization: Bearer ********************curl --location --request PUT '/user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Emmanuel",
"last_name": "Nwankwo",
"phone": "09012123399",
"email": "emmanuel@mycantant.com"
}'{
"success": true,
"message": "Profile Updated Successfully.",
"data": {
"user": {
"id": 48,
"first_name": "Laos",
"last_name": "Alao",
"phone": "234909871231",
"email": "laozofficial@gmail.com",
"password": "$2b$10$vtgi57gFwwIMi.qRxN0G2O4tq3BGL8zRFByDWGnHs.IV.sFojYCaa",
"avatar": null,
"dial_code": "234",
"is_subscribed": true,
"email_verified": true,
"created_at": "2023-08-27T17:47:15.958+01:00",
"updated_at": "2023-08-28T23:35:24.536+01:00"
}
}
}