curl --request POST \
--url https://end-api.shallow.ink/api/v1/subscription/quota-pack \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"pack_id": "pack_5000"
}
'curl --request POST \
--url https://end-api.shallow.ink/api/v1/subscription/quota-pack \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"pack_id": "pack_5000"
}
'