curl --location 'http://whatsapp.local/account' \
--header 'Content-Type: application/json' \
--data '{
"cc": "<Country Code>",
"cert": "<Valid Cert from Business Manager>",
"method": "sms",
"phone_number": "<Phone Number>",
"pin": "<Two-Step Verification PIN"
}'{}