How to send JSON data to the server using the POST method using authorizations in the Authorization header
Example of JSON data sent to the server:
Header: Authorization Bearer UXFTltj-kISwxisaawt2elpDbkvy
{ "status": "active", "error": "No error", "type": "sms", "data": { "id": 5, "name": "Кукуруза на Марсе", "params": { "1": "Возможно", "2": "Невозможно", "3": "Бред", "4": "А где это?", "6": "А что это?" } }}