{}
curl --location --request GET 'https://api.shorterloop.com/personas/PE-1/excluded-custom-fields' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"success": true,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"description": "string",
"segmentType": "string",
"selectedSegmentOptionId": 0,
"segment_options": [
{
"id": 0,
"value": "string"
}
]
}
]
}