curl --location --request GET 'https://api.synap.ac/v3/clone-jobs/'
{
"data": {
"id": "FID001",
"type": "CloneJob",
"attributes": {
"type": "quiz",
"sourceId": "string",
"state": "pending",
"cloneId": "string",
"label": "string"
},
"relationships": {}
}
}