Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/customer' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": "sbdev-2004",
"type": "customers",
"attributes": {
"locale": "en-GB",
"preferred_currency_code": "EUR",
"use_checkout": false
}
}
}