curl --location --request PATCH '/opportunities/1311' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"notes": "eiusmod fugiat",
"skills": [
{
"id": 557586010252389
},
{
"id": 3048432940958864
},
{
"id": 4061685790506290
}
],
"salesPersonID": 4864213426195809,
"customerContactID": 333728695369777,
"assets": [
6200252046533815,
8369878779862608,
6823630565606753
],
"customerReference": "ABC123",
"userGroupID": 2613960934371443,
"tags": [
"qui",
"tam"
],
"siteContactID": 6400097158641730,
"reportingLineID": 7222252121046895,
"businessUnitID": 4853893269777955
}'