Authorization: Bearer ********************curl --location --request PATCH '/store/missions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"missions_code_acc":"m7"
}'{
"message": "Store updated successfully"
}