Authorization: ********************
{
"auto_question_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/getautoquestion' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_question_id": 0
}'
{
"auto_question": {
"auto_question_id": 0,
"flag_sid": 0,
"scorecard_id": 0,
"auto_section_id": 0,
"sort_order": 0,
"flag_expression": {
"and": [
{}
],
"or": [
{}
],
"flag": {
"flag_sid": 0
},
"not": {}
},
"question": "string",
"description": "string",
"question_id": 0,
"risk_level": "RISK_LEVEL_NONE"
}
}