cURL
curl --request POST \ --url http://localhost:3000/api/phone-numbers/register \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "messaging_product": "<string>", "pin": "<string>" } '
Registra um número de telefone no WhatsApp Cloud API usando um PIN de dois fatores.
"whatsapp"
{ "success": true }