curl --request PATCH \
--url https://api.scholarlysoftware.com/api/v1/campuses/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {}
}
}
'