When requesting:
curl -X "POST" "http://localhost:3000/api/v0/endpoint" \
-H 'Accept: application/json' \
-H 'Apicraft-Mock: true'
I get a mocked response that matches the contract spec.
When requesting:
curl -X "POST" "http://localhost:3000/api/v0/endpoint" \
-H 'Accept: application/json' \
-H 'Apicraft-Mock: true' \
-d $'{}'
Returns a 200 OK (route isn't implemented) but no data in the response