curl --location --request POST '/api/v2/auth/register/phone/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"dob": "1990-01-01",
"password": "password123",
"phone_number": "+1234567890"
}'{
"message": "User updated successfully",
"user": {
"id": 0,
"full_name": "string",
"email": "user@example.com",
"email_verified_at": "2019-08-24T14:15:22.123Z",
"avatar": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
}