curl --request POST \
--url http://localhost/api/v1/tools/{tenant_id}/callback/{correlation_id} \
--header 'Content-Type: application/json' \
--data '{}'
"<any>"
curl --request POST \
--url http://localhost/api/v1/tools/{tenant_id}/callback/{correlation_id} \
--header 'Content-Type: application/json' \
--data '{}'
"<any>"
Successful Response
The response is of type any
.