curl --location -g --request PATCH 'https://sandbox.complyt.io/://{{host}}/v2/exemptions/id/2aa5809f-301d-44f3-9081-b4f32613463c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"classification": {
"code": "C3S1",
"description": "some description"
},
"state": {
"abbreviation": "NY",
"code": "033",
"name": "NEW YORrrK"
}
}'
{}