api-key: ********************curl --location --request POST '/auth/token' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"newPassword": "string",
"isNewDevice": true,
"tenantId": "string",
"nowMillis": 0,
"tz": "string"
}'{
"message": "User authenticated",
"data": {
"isFirstLogin": true,
"token": "string",
"hasActiveShare": true,
"id": "string",
"wizardCompleted": true,
"prescription.token": "string"
}
}