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'{
"success": true,
"data": {
"pairingCode": "string",
"message": "string"
}
}