curl --location '/getStatus' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "1234",
"ticketId": "XLP2648441",
"msisdn": "08387688121"
}'{
"statusCode": 404,
"statusMessage": "Not Found",
"statusDescription": "The requested resource was not found on the server",
"result": {
"errorCode": "91",
"errorMessage": "Something went wrong, please try again",
"data": {
"result": {
"resultCode": "32",
"resultDescription": "Failed"
},
"responseData": {
"errMessage": "Ticket Record Not Found"
}
}
}
}