curl --request POST \
--url https://api.example.com/iser/plans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageId": 123
}
'{
"success": true,
"data": "<unknown>"
}Get Iser list of Iser Plans.
curl --request POST \
--url https://api.example.com/iser/plans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageId": 123
}
'{
"success": true,
"data": "<unknown>"
}