curl -X POST https://target-site.com/wp-admin/admin-ajax.php \ -d "action=wp_ulike_process" \ -d "method=likeThis" \ -d "id=1" \ -d "type=post" \ -d "nonce=" \ -H "Content-Type: application/x-www-form-urlencoded"