id path parameter, and the staff member(s) are supplied in the ItemStaff.staff_id field (a single id or a list of ids). The supplied list replaces the client's existing staff assignments. Requires the Assign Clients to Staff permission. Returns {"status": true} on success.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/clients/assign_staff/512' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"ItemStaff": {"staff_id": [12, 15]}}'{
"status": true
}