curl --location '/telegram/send-by-type' \ --form 'chatType="common"' \ --form 'text="Любой текст"' \ --form 'massage="Unauthorized"' \ --form 'statusCode="401"'
{}