// POST /api/v2/organisations
// Host: environment.monterosa.cloud
// Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
// Content-Type: application/vnd.api+json
{
"data": {
"type": "organisations",
"attributes": {
"name": "Monterosa",
"image_url": "https://monterosa.co.uk/public/logo.jpg"
}
}
}