# shellcheck shell=bash disable=SC2154,SC2034
# /account/profile
___x_cmd_shodan_profile(){
    local X_help_cmd='x help -m shodan profile';   help:arg:parse
    if  ! ___x_cmd_shodan_is_interactive_env; then
        ___x_cmd_shodan_profile___curl
        return
    fi

    ___x_cmd_shodan_profile___curl  | x j2y
}

___x_cmd_shodan_profile___curl(){
    ___x_cmd_shodan_ourl get /account/profile
}
