curl --location --request POST '/api/partner/v1/auth-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "89210cff-1a37-4cd0-825d-45fecd8e77bb",
"client_secret": "dadc1b2c-86ee-4256-845a-d1511de315bb"
}'
{
"access_token": "123003123|XzrqSwIMFS2EMuHBUPa2zhyOlcQ5cGgTgKieiuAp6a3fa3a5",
"token_type": "Bearer",
"expires_in": 3600,
"expires_at": "2025-06-22T02:49:47.440458Z"
}