GET /libraries/:library_id/relationships/environment
curl https://reactor.adobe.io/libraries/:library_id/relationships/environment \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": null,
"links": {
"self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment",
"related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/environment"
}
}