here's the curl:
curl --request POST \\
--url https://api.assetpanda.com/v3/session/token \\
--header 'accept: application/json' \\
--header 'content-type: application/json' \\
--data '
{
"email": "username@company.com",
"password": "pASSWORD123"
}
'