Adds a flash listing or batch of flash listings to an artist’s portfolio
cURL
curl --request POST \ --url http://localhost:3000/api/flash/add \ --header 'Content-Type: application/json' \ --data ' { "price": "<string>", "size": "<string>", "styles": [ "<string>" ], "sessionDuration": 123, "tags": [ "<string>" ] } '
{ "success": true, "flash": {} }
Price of the flash design
Size of the design
Tattoo styles
Expected session duration in minutes
Flash listing(s) added successfully