curl --request PUT \
--url http://localhost:3000/api/flash/{id}/update \
--header 'Content-Type: application/json' \
--data '
{
"price": "<string>",
"size": "<string>",
"sessionDuration": 123,
"styles": [
"<string>"
],
"tags": [
"<string>"
],
"isAvailable": true
}
'