curl --location --request PUT 'https://fullers.flamesware.com/api/v1/driver/profile' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "John Doe Updated",
"email": "john.updated@example.com",
"phone": "+1234567891"
}'
{
"message": "Unauthenticated."
}