. or , at the end of address, will create a new Organization ID.curl --location --request POST 'https://oteapi.webnic.cc/ssl/v2/organization/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization": {
"company": "Jim Test - 20250421",
"firstName": "Test 2",
"lastName": "Jim",
"address1": "L4-E-2, HIVE 5, Mranti - test3",
"address2": "Test",
"city": "Bukit Jalil",
"state": "Selangor",
"countryCode": "my",
"zip": "57100",
"phoneNumber": "+020.6506501",
"email": "wj.jimsac@webnic.cc",
"jobTitle": "Engineer"
}
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"organizationId": 8,
"resid": 2740,
"digicertOrganizationId": "2077393",
"details": {
"company": "Jim Test",
"firstName": "Test",
"lastName": "Jim",
"address1": "L4-E-2, HIVE 5, Mranti",
"address2": "Test",
"city": "Bukit Jalil",
"state": "Selangor",
"countryCode": "my",
"zip": "57100",
"phoneNumber": "+020.6506503",
"faxNumber": null,
"email": "wj.jimsac@webnic.cc",
"jobTitle": "Engineer"
}
"dtcreate": "2025-01-13T12:31:26.989791Z",
"dtmodify": "2025-01-13T12:31:26.989793Z"
}
}