curl --location 'https://api.flashcat.cloud/incident/post-mortem/media/upload' \
--header 'Authorization: Bearer {{token}}' \
--header 'Flashcat-Context: <api-key>' \
--form 'post_mortem_id=""' \
--form 'file=@""'{
"error": {},
"data": {
"url": "string"
}
}