curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/@me \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated Store User Name"
}
'Update current authenticated store user’s profile data. Currently supports updating the name field. Requires active session and storeId in URL.
curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/@me \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated Store User Name"
}
'