cURL
curl --request PATCH \ --url https://nini.monieswitch.com/terminal/info \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data null
{ "status": true, "message": "Terminal successfully updated." }