curl --location -g --request GET '{{basepath}}/tagsbyprojectId/{{projectID}}?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"tags": [
"dfgh",
"sales",
"ai",
"new resume upload",
"onboarding"
],
"total_count": 5
}