Authorization: Bearer ********************
curl --location --request PUT 'https://dotorit.duckdns.org/api/v1/user/modify-boardKeyword' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '[ "트렌드", "커리어 성장", "멘토 찾아요", "프로젝트", "교육 후기" ]'
{}