job_post_id (string, as path parameter) : The unique identifier (hash) of the job post to retrieve.job_post_id="d82f9a7c91b041b7b2b7612e"200 OK : An array of question objects related to the specified job post. Each object contains details such as question text, type, and additional configuration if applicable.curl --location --request GET 'https://api.recruspace.com/api/v1/client/job-posts//questions/' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"question_key": "string",
"question_text": "string",
"answer_type": "date",
"options": "string",
"is_required": true,
"question_type": "string"
}
]