curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/oauth2/clients/' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": {
"confidential": false,
"redirect_uris": [
"https://taut-ceramics.us",
"https://innocent-dredger.biz/",
"https://orange-help.net"
],
"post_logout_redirect_uris": [
"https://sunny-coin.info",
"https://unlucky-strait.org"
],
"scopes": [
"openid",
"openid",
"offline_access"
],
"application_identifier": "cvhsfcbvo"
}
}'