curl --location --request GET 'https://app.hustro.com/api/v2/user/me' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"_id": "string",
"label": "string",
"personalData": [
{
"encryptedClientId": "string",
"clientId": "string",
"label": "string",
"phone": "string"
}
],
"email": "string",
"permissions": [
{
"project": "string",
"role": "string",
"processes": [
"string"
],
"sites": [
"string"
]
}
],
"basePermissions": {
"clients": [
{
"_id": "string",
"projects": [
{
"_id": "string",
"role": "string"
}
],
"role": "string"
}
]
}
}