{
"grant_type": "client_credentials",
"client_id": "partner-sandbox",
"client_secret": "1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"scope": "write read"
}curl --location --request POST 'https://api.staging.vrtx.sa/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "client_credentials",
"client_id": "partner-sandbox",
"client_secret": "1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"scope": "write read"
}'{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 1,
"scope": "string",
"issued_at": 0
}