curl --location 'https://api.techrar.com/api/v3/plans/has-purchased/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"plan_id": 432,
"plan_version_id": 977
}'{
"has_purchased": true,
"subscription_id": 8593,
"has_addons": true
}