curl --request POST \
--url https://ebond.att.com/string/api/clientapi/incident \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"state": "New",
"number": "INC0020003",
"sys_id": "b5853027371133007bc9ded993990e89",
"location": "Test",
"caller_id": "Alfonso Griglen",
"AttAssetId": "Test Asset ID",
"work_notes": "System Administrator (Work notes)\\n update for swagger documentation",
"AttSeverity": "1",
"description": "Description field contents from ServiceNow",
"location_zip": "any string",
"location_city": "London",
"resolve_notes": "any string",
"correlation_id": "any string",
"opened_by_name": "System Administrator",
"caller_id_name": "Alfonso Griglen",
"location_state": "any string",
"location_street": "any string",
"opened_by_email": "admin@example.com",
"caller_id_email": "alfonso.griglen@example.com",
"opened_by_phone": "any string",
"caller_id_phone": "any string",
"AttReportedTime": "any string",
"short_description": "Short description for MLAN reactive ticket",
"AttIncidentStatus": "New",
"CustomerLocationId": "any string",
"AttServiceCategory": "ATT-MLAN-Riverbed",
"caller_id_user_name": "alfonso.griglen1",
"AttIncidentOpenDate": "2024-10-16 14:09:25",
"AttResolutionAction": "any string",
"opened_by_user_name": "admin",
"correlation_display": "any string",
"AttTicketResolveDate": "2024-10-16 14:09:25",
"location_countrycode": "any string",
"AttServiceRestoredDate": "2024-10-16 14:09:25"
}
'