Creates a job in a seller account.
POST
/v2/team-members/jobs
Creates a job in a seller account.
A job defines a title and tip eligibility. Note that compensation is defined in a job assignment in a team member's wage setting.
The job to create. The title
field is required and is_tip_eligible
defaults to true.
A unique identifier for the CreateJob
request. Keys can be any valid string, but must be unique for each request. For more information, see Idempotency.