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