What is the rest api equivalent of "tmsh load sys config verify"

what is the rest api equivalent of “tmsh load sys config verify”

last time I did it, it was something like this

curl -sku admin:
-H “Content-Type: application/json”
-X POST
-d ‘{“command”:“load”, “options”:[{“verify”:true}]}’
https://<mgmt_ip>/mgmt/tm/sys/config