cURL
curl --request GET \ --url http://localhost:3000/api/openapi/resume/tags/list \ --header 'x-api-key: <api-key>'
[ "<string>" ]
List all tags for the authenticated user’s resumes. Used to populate the filter in the dashboard.
The API key to authenticate requests.
OK