Authorization: Bearer ********************curl --location --request PUT 'user/updatePhoneNumberUser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"verificationCode": "string"
}'{
"responseMessage": [
"Phone number updated successfully"
],
"responseCode": 200,
"responseData": {
"user": {
"id": "78ea91b9-998b-4026-96d2-02f4cae4d768",
"name": "MatherTahir2",
"email": null,
"phone": "+923447729753",
"country": null,
"isVerified": false,
"isPhoneVerified": true,
"isEmailVerified": false,
"role": "user",
"status": "active",
"rating": "0",
"profilePicture": null,
"createdAt": "2026-03-27T16:37:29.744Z",
"updatedAt": "2026-03-27T18:01:25.659Z"
}
}
}