curl --location --request PATCH '/companies/' \
--header 'Authorization: <api-key>' \
--form 'addressLine2=""' \
--form 'logo=""' \
--form 'taxRegistrationCertificate=""' \
--form 'contactInfo=""'{
"success": true,
"data": {
"id": "string",
"name": "string",
"city": "string",
"state": "string",
"country": "string",
"address": "string",
"addressLine2": "string",
"logoURL": "string",
"taxDocumentPath": "string",
"contactInfo": [
{
"name": "string",
"phone": "string",
"email": "string"
}
],
"taxRegistrations": [
{
"name": "GST",
"value": "string"
}
]
},
"errors": [
"string"
]
}