Not receiving /request

@IntegrationSupport @Sachin Hi Team,
When the “Pull Records” button is clicked, I receive a request on the /v0.5/consents/hip/notify callback API. In response, I reply to the /v0.5/consents/hip/on-notify API. However, I am not receiving the subsequent request on the /0.5/health-information/hip/request API.

Request for /notify api
{“notification”:{“consentDetail”:{“consentId”:“59149054-6613-4e38-a356-2ef5e6aaeb61”,“createdAt”:“2024-01-01T11: 03: 27.870075”,“purpose”:{“text”:“Self Requested”,“code”:“PATRQT”,“refUri”:null},“patient”:{“id”:“abcd.1121@sbx”},“consentManager”:{“id”:“sbx”},“hip”:{“id”:“careplix-hiu-0001”,“name”:null},“hiTypes”:[“DiagnosticReport”,“Prescription”,“ImmunizationRecord”,“DischargeSummary”,“OPConsultation”,“HealthDocumentRecord”,“WellnessRecord”],“permission”:{“accessMode”:“VIEW”,“dateRange”:{“from”:“2017-01-01T11: 03: 27.781443”,“to”:“2024-01-01T11: 03: 27.781443”},“dataEraseAt”:“2024-03-01T11: 03: 27.54919”,“frequency”:{“unit”:“HOUR”,“value”:1,“repeats”:0}},“careContexts”:[{“patientReference”:“PUID-01”,“careContextReference”:“visit-73452172-69ca-4993-bb21-41c7f911e1e6”}]},“status”:“GRANTED”,“signature”:“eFVJR3LreSonztIshpgPbCBT2NlR7xQu70nF+lCdq4LTd/hQiuYOZTleKLqDIRmZ9t6aptgCPT4kXOu/rLtypL0nsEpjrtk3BjMy/49RZPpXPoXF/Gvsob+Xybc/o0pgxqisbgMcsOnRrLVkFpWMAzZsfSdjdhK0C1j/sJrX1srJlTWPuxyK3kpzKDfrd2QqxRA3kOqMEhJjEK0lhGXm5dY9Fra+HmKHON0eehgVi4te82fspcmjyYdn5bDlNNw/CQbsOvwRWAtugHdheV/fNllcEmxgcU5FkP0chv7hPEvFOuBIyZuioSk1Mv6QykgVlcnNk41XnYdh7xrNHaGlhw==”,“consentId”:“59149054-6613-4e38-a356-2ef5e6aaeb61”,“grantAcknowledgement”:false},“requestId”:“8a152f68-0285-4262-9be6-5201dcba687c”,“timestamp”:“2024-01-01T11: 03: 28.096944”}

Request for /on-notify
{‘requestId’: ‘3437cd16-d2b6-4be7-ab29-36d6aad8f0da’, ‘timestamp’: ‘2024-01-01T11:03:32.313955’, ‘acknowledgement’: {‘status’: ‘OK’, ‘consentId’: ‘59149054-6613-4e38-a356-2ef5e6aaeb61’}, ‘resp’: {‘requestId’: ‘8a152f68-0285-4262-9be6-5201dcba687c’}}

@IntegrationSupport can someone reply on this