curl --request POST \
--url http://localhost:3333/v1/soa/approve \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'curl --request POST \
--url http://localhost:3333/v1/soa/approve \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'Was this page helpful?