curl --location --request PATCH 'https://fullers.flamesware.com/api/v1/driver/status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"is_online": true,
"is_available": true
}'
{
"message": "Unauthenticated."
}