patch https://api.movintracks.io/v:version/me
Partially updates user info
A user can have a logo and two corporate colors that can be used to build a dashboard or as a fallback style for coupons.
Responses
Partially updates user info
A user can have a logo and two corporate colors that can be used to build a dashboard or as a fallback style for coupons.
xxxxxxxxxx
12curl --request PATCH \
--url https://api.movintracks.io/v:version/me \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"color_primary": "#000000",
"color_secondary": "#ffffff",
"language": "en"
}
'