auth-bearer: ********************curl --location --request GET '/auth/account/integrationWhatsapp/provider' \
--header 'auth-bearer: <api-key>'{
"message": "Configuration displayed successfully",
"config": {
"provider": "twilio",
"phone": 51999999999,
"credentials": {
"accountId": "123456",
"apiKey": "abcdefg12345"
}
}
}