curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/offers/count/type/{offer_type} \
--header 'Authorization: Bearer <token>'{
"count": 123,
"offer_type": "<string>"
}curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/offers/count/type/{offer_type} \
--header 'Authorization: Bearer <token>'{
"count": 123,
"offer_type": "<string>"
}