Authorization: Bearer ********************{
"vin": "string",
"plateNumber": "string",
"name": "string",
"phone": "string",
"type": 0,
"requirementType": 0,
"description": "string",
"picture": "string",
"lat": "string",
"lng": "string",
"stationId": 0,
"location": "string"
}curl --location --request POST '/app/app-foundation/v1.0/maintenance/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vin": "string",
"plateNumber": "string",
"name": "string",
"phone": "string",
"type": 0,
"requirementType": 0,
"description": "string",
"picture": "string",
"lat": "string",
"lng": "string",
"stationId": 0,
"location": "string"
}'{}