{
"id": 0,
"otherAbility": "string",
"state": 0,
"userId": 0
}curl --location --request POST '/userapp/pilot/selectInspectionAbility' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJVU0VSX0FDQ09VTlRfSUQiOjEsInN1YiI6Im1tY19pdWF2ODg4IiwiaXNzIjoibW1jX3VhdiIsIlRPS0VOX1RZUEUiOiJNX1RPS0VOIiwiZXhwIjoxNzQ1NDYzODM5LCJpYXQiOjE3NDUzNzc0MzksImp0aSI6IjY5NzkwOSJ9.uxXdeKJt2x1L7JyNYb6i_4JwgEcoKP2MvtJU4Il7Tuo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"otherAbility": "string",
"state": 0,
"userId": 0
}'{
"code": "string",
"message": "string",
"result": {}
}