tls version is 1.0 on some rotueros

Hi, i have issue from some of different OS send tls 1.0. Is it possible to check it with mikrotik terminal? I tried like this
/tool fetch http-method=post url=“https://test.com/testapi

i need similar command which windows does:

curl -v --tlsv1.2 -X POST "https:/test.com/testapi"

You can check if it is limited to use 1.2 only:
http://forum.mikrotik.com/t/winbox-secure-mode-tls-encryption-version/89552/1

ip service set www-ssl tls-version can be only “any” (which will use 1.0) or “only-1.2”:
https://help.mikrotik.com/docs/display/ROS/Services