Post with nested relations

orderBucketData {
  data: {
    fromDate: '2024-04-21',
    toDate: '2024-04-25',
    cameras: [ 3, 1 ],
    lenses: [ 33, 18 ]
  }
}
bucketIds [ 38 ]
orderData { data: { email: 'lamp@email.ee', order_buckets: [ 38 ] } }
orderResponseData {
  data: {
    id: 30,
    attributes: {
      email: 'lamp@email.ee',
      createdAt: '2024-04-18T13:47:34.225Z',
      updatedAt: '2024-04-18T13:47:34.225Z',
      publishedAt: '2024-04-18T13:47:34.224Z'
    }
  },
  meta: {}
}