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