curl --location --request PUT 'https://api.nusabyte.com/api/v1/user-preference' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"userAddress": "string",
"preferenceOfMarketListViewStyle": "grid"
}'
{}