Authorization: ********************curl --location '/api/v1/settings' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"call_center_phone": "string",
"whatsapp_number": "string",
"support_email": "string"
}
}