curl --location --request POST '/projects/123/requests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"type": "feature",
"priority": "low"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"title": "string",
"description": "string",
"type": "feature",
"priority": "low",
"status": "create",
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
"gherkin_criteria": "string",
"agent_prompt": "string",
"branch_name": "string",
"pull_request_url": "http://example.com",
"preview_url": "http://example.com",
"created_at": "string",
"updated_at": "string"
}
}