curl --location 'http://localhost:3000/api/instance/abb24962-ec8a-4153-91b7-5e664dc9bdba/pairing-code' \
--header 'x-api-key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data '{
"phoneNumber": "628951234567"
}'{
"success": true,
"data": {
"pairingCode": "7BJQZA7J",
"message": "Pairing code generated successfully. Enter this code in WhatsApp."
}
}