Authorization: Bearer ********************{
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "07051849798",
"center": "Lagos",
"state": "Lagos"
}
curl --location --request PUT 'http://localhost:3000/api/v1/kpi-service/instructors/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "07051849798",
"center": "Lagos",
"state": "Lagos"
}'{
"message": "Updated successfully",
"statusCode": 200,
"data": {
"id": 8,
"email": "emmanuel.brendan@outsourceglobal.com"
}
}