curl --request POST \
--url https://api.example.com/iser/bill/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"StatementMonth": "8",
"StatementYear": "2023"
}
'"<string>"Download the iser bill as a PDF file.
curl --request POST \
--url https://api.example.com/iser/bill/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"StatementMonth": "8",
"StatementYear": "2023"
}
'"<string>"