cURL
curl --request POST \ --url https://nini.monieswitch.com/terminal/switch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "terminalId": "00319ac9-ab60-48be-9604-fc62004b0f55" }'
{ "status": true, "message": "You have successfully switched your terminal" }