Authorization: Bearer ********************
{}
curl --location --request GET 'https://api.imaginepro.ai/api/v1/subscription/account-info' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"type": "STARTER",
"creditsQuota": 1600,
"credits": 1600,
"creditsExtra": 1000,
"expiredAt": "2022-10-07T14:30:00.000Z",
"email": "xxx@gmail.com"
}