curl --request POST \
--url https://api.example.com/iser/get-iser-info-without-permission \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Call to get iser information for another user without permission.
curl --request POST \
--url https://api.example.com/iser/get-iser-info-without-permission \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.