curl --request POST \
--url https://api.velt.dev/v1/auth/token/get \
--header 'Content-Type: <content-type>' \
--data '
{
"data": {
"apiKey": "<string>",
"authToken": "<string>",
"userId": "<string>",
"userProperties": {
"organizationId": "<string>",
"isAdmin": true,
"email": "<string>"
}
}
}
'