curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages/settings' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"settings": {
"channels": {
"sms": {
"sender_type": "alphanumeric",
"sender_value": "Infinity",
"send_window_start_time": null,
"send_window_stop_time": null
},
"email": {
"from_name": "Infinity",
"from_email": "infinity@dev.boost.no",
"reply_to_email": null,
"reply_to_name": null
},
"push": {
"universal_links_enabled": true,
"android_app_id": "no.bstcm.loyaltyapp.infinity_mall",
"ios_app_id": "6443499832"
}
}
}
}