curl --request GET \
--url https://api.example.com/conjunction/iserwise-proposed-conjunctiontype \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Gets a proposed ConjunctionType in ‘Pending’ status. by iser code
curl --request GET \
--url https://api.example.com/conjunction/iserwise-proposed-conjunctiontype \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}