Authorization: Bearer ********************
curl --location --request GET '/v1/user/bookings?status=1' \ --header 'Authorization: Bearer <token>'
{ "id": "string", "property_id": "string", "status": 0, "total": "string", "date_from": "string", "date_to": "string" }