account/sendAddCreditsNudgeEmail 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"creditType": "credits"
}curl --location '/v1/yousure/account/sendAddCreditsNudgeEmail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"creditType": "credits"
}'{
"result": {
"status": "sent"
}
}