curl --location --request PUT 'https://oteapi.webnic.cc/ssl/v2/organization/2/contact/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization": {
"company": "Nelson Solutions",
"firstName": "Johny",
"lastName": "Nelson",
"address1": "L4-E-2, HIVE 5, Mranti 2",
"address2": "",
"city": "Bukit Jalil 2",
"state": "Selangor 2",
"countryCode": "SG",
"zip": "571001",
"phoneNumber": "+022.6506503",
"email": "administrator@webnic.cc",
"jobTitle": "CEO"
},
"technicalContactId": "SSL10619T"
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"organizationId": 5,
"resid": 2740,
"digicertOrganizationId": "2075297",
"details": {
"company": "Nelson Solutions",
"firstName": "First Name Here's",
"lastName": "LastN",
"address1": "L4-E-2, HIVE 5, Mranti 2",
"address2": null,
"city": "Bukit Jalil 2",
"state": "Selangor 2",
"countryCode": "SG",
"zip": "571001",
"phoneNumber": "+022.6506503",
"faxNumber": null,
"email": "wj@webnic.cc",
"jobTitle": "guru"
},
"tecid": "SSL10619T",
"dtcreate": "2025-01-02T04:10:05Z",
"dtmodify": "2025-01-13T12:52:01.973992Z"
}
}