cURL
curl --request POST \ --url https://sandbox.withclasp.com/employer_assignments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user": "<string>", "employer": "<string>" } '
{ "id": "<string>", "user": "<string>", "employer": "<string>" }
API Key authentication with required prefix "Bearer"