cURL
curl --request POST \ --url https://api.orafi.app/v1/business/mode \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "mode": "test" }'
{ "success": true, "message": "<string>" }
Switch between test and live mode
test
live
Mode switched