curl --location --request PUT 'https://trashnothing.com/api/v1.2/posts/' \
--form 'location=""' \
--form 'session=""' \
--form 'title=""' \
--form 'type=""'
{
"identifier": "string",
"message": "string",
"preference_key": "string",
"result": "string",
"session": {
"property1": "string",
"property2": "string"
}
}