curl --request PATCH \
--url https://commerce.driv.ly/api/developers/{id} \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"addresses": [
"<string>"
],
"phoneNumbers": [
"<string>"
],
"name": "<string>",
"contacts": [
"<string>"
]
}
'