curl --location '/get_csrf_token' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "ok", "retcode": 0, "data": { "token": 123456789 }, "message": "", "wording": "", "stream": "normal-action" }