curl --location --request POST 'https://echodata.epa.gov/echo/collaborators' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"lead_id": 0,
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}'[
{
"created_at": "2019-08-24T14:15:22.123Z",
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"updated_at": "2019-08-24T14:15:22.123Z",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
"can_add_collaborators": true,
"can_delete": true,
"can_edit": true,
"can_view": true,
"name": "string"
}
]