This endpoint allows getting all user collections. This API available only for user access-token integration
The result is a list of all user collections.
curl "https://graph.whisk.com/v1/collections" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"