Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/auth/me' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"created_at": "2025-01-01T00:00:00Z",
"email": "yousef@numu.com",
"first_name": "Yousef",
"full_name": "Yousef Yahia",
"id": "550e8400-e29b-41d4-a716-446655440000",
"is_verified": true,
"last_name": "Yahia",
"phone": "+201001234567",
"role": "merchant",
"status": "active",
"updated_at": "2025-01-01T00:00:00Z"
},
"message": "string"
}