Get the list of allocations made via the put endpoint for the account.
curl --request GET \ --url https://api-network.joinmassive.com/resellers/accounts/{id}/allocations \ --header 'x-api-key: <api-key>'
[ { "created_at": 1708526022, "limit": 1000000 } ]
The time in unix seconds at which the allocation was made.
1708526022
The allocated traffic in bytes.
1000000