The service will look for notification by notificationId first. If notificationId is not provided, it will look for entity by messageId. Then updates messageId, status, responseCode, responseMsg if they are provided
ok
Unauthorized request
curl -i -X PUT \ 'http://notification-service:8080/notification-service/v1/provider-response?notificationId=string&responseCode=0&responseMsg=string&messageId=string' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "message": "Could not verify Webhook request",
- "status": 401,
- "error": "Unauthorized",
- "timestamp": "2023-12-13T19:02:31.5897497",
- "path": "/notification-service/v1/"
}