{
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"service_kind": "cleaning"
}curl --location 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_services' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"service_kind": "cleaning"
}'