curl -L \
--request POST \
--url 'api.rair.market/api/auth/unlock' \
--header 'Content-Type: application/json' \
--data '{
"MetaMessage": "text",
"MetaSignature": "text",
"ownerAddress": "text",
"userAddress": "text",
"mediaId": "text",
"zoomId": "text"
}'