Authorization: ********************curl --location 'https://api.hiveflow.ai/api/careers/applications?jobSlug=&status=&page=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"total": 0,
"applications": [
{
"_id": "string",
"jobSlug": "founding-engineer",
"jobTitle": "Founding Full-Stack Engineer",
"name": "string",
"email": "user@example.com",
"linkedin": "http://example.com",
"resumeUrl": "http://example.com",
"message": "string",
"lang": "en",
"status": "new",
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}