curl --request POST \
--url https://api.reworkd.dev/v1/local-storage \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"domain": "<string>",
"key": "<string>",
"value": "<string>",
"path": "/",
"expires": "2023-11-07T05:31:56Z"
}
]
'