{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"service_kind": "cleaning"
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_services' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"service_kind": "cleaning"
}'