{{ BridgeURL }}/v0.5/health-information/hip/request... How does this get called?

I am trying to send Data to an HIU, for that ABDM should call {{ BridgeURL }}/v0.5/health-information/hip/request. I am not getting this after HIU send a data fetch Request.
Can anyone please help me out with this.

@IntegrationSupport @Ramandeep1

@Yashasva_Sharma
Please use following API for Pull records. Data request and transfer API’s:

  1. {{HIP_HOST}}/v0.5/health-information/hip/request (Callback for this API : {GATEWAY_HOST}/v0.5/health-information/hip/on-request)
  2. {Data Push URL} received on above call /v0.5/health-information/hip/request
  3. {GATEWAY_HOST}/v0.5/health-information/notify
  4. {Data_push_url}/v0.5/health-information/transfer
  5. {GATEWAY_HOST}/v0.5/health-information/notify (Callback for this API : {HIU_HOST}/}/v0.5/health-information/on-notify

Thank you for reaching back,
The call in step 3 is getting stuck (not getting to HIP host url), the data push url provided by HIU which will be sent to HIP using " [{{ BridgeURL }}/v0.5/health-information/hip/request" which will be called by ABDM to HOST_URL this is not happening, i.e. not getting any request from ABDM.

@Yashasva_Sharma, Please share the sequence of API with the request and response.

@IntegrationSupport @Yashasva_Sharma also facing the same issue not been able to receive /v0.5/health-information/hip/request
my sequence is consent is been provided by /v0.5/consents/hip/notify
then our callback acknowldge by /v0.5/consents/hip/on-notify
but we didnt receive /v0.5/health-information/hip/request callback from hie-cm .