curl --location --request POST '/alerts/upload/alert' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"tripId": "string",
"timestamp": "2024-01-01T12:30:00Z",
"alertType": "string",
"message": "string",
"location": {
"locationDescription": "string",
"latitude": 0,
"longitude": 0,
"locationType": "string",
"internationalCode": "string"
}
}'