{
"password": "test",
"principle_code": "test",
"user_name": "test"
}
curl --location --request POST 'https://testapi.com/api/1.0/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "test",
"principle_code": "test",
"user_name": "test"
}'
{
"token": "string",
"token_expire": "string"
}