Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders/autopilot-exceptions//resolve' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "dismiss"
}'{
"success": true,
"data": {
"resolved": true
},
"message": "string"
}