Request Id not received in callback("/data/push")

Hi Team,
Currently whenever request is made to get data from HIP using API("/gateway/v0.5/health-information/cm/request") we pass a request Id and then we get 2 webhooks where the first webhook gives the transaction id and second one gives the data and it also has transaction id.So we need to wait for first webhook to get transaction_id and then honour the second webhook.To overcome this can we have the request_id(same as the one we pass in /gateway/v0.5/health-information/cm/request) in the webhook("/data/push")where we get the data so that we can match it via request_id and save the data.