how to use "req_id" ?
From Api playground:
req_id - Optional field to map request to response
So the question is can I get a response from server using req_id?
From Api playground:
req_id - Optional field to map request to response
So the question is can I get a response from server using req_id?
Comments
If you set the
req_id
it will appear in the response. So you can map the responses to the requests.