Authorization: ********************curl --location '/api/v1/auth/me' \
--header 'Authorization: Bearer <token>'{
"success": true,
"error": null,
"data": {
"userId": "string",
"email": "user@example.com",
"roles": [
"super_admin"
],
"companyCode": "string"
}
}