compliance-service. See request body schema and response model for field-level validation.edd:read.Authorization: ********************curl --location '/v1/admin/edd/cases' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"status": "open",
"trigger_reason": "string",
"opened_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"has_more": true,
"next_cursor": "string"
}